Skip to content

Backport PR #3606 to release/v1.7 for Update dependencies - #3607

Merged
datelier merged 3 commits into
release/v1.7from
backport/release/v1.7/refactor/update/deps
Aug 26, 2026
Merged

Backport PR #3606 to release/v1.7 for Update dependencies#3607
datelier merged 3 commits into
release/v1.7from
backport/release/v1.7/refactor/update/deps

Conversation

@vdaas-ci

Copy link
Copy Markdown
Collaborator

Description

This pull request primarily updates dependencies and tools across the codebase to their latest versions, focusing on GitHub Actions, Docker, and Go-related tooling. These updates help maintain compatibility, security, and stability in CI/CD workflows and development environments. The changes also include updates to version references in documentation and template files.

Dependency and Tooling Updates

  • Updated GitHub Actions used in workflows to newer versions for improved features and security, including actions/checkout (v7.0.1), actions/labeler (v7.0.0), docker/login-action (v4.6.0), and github/codeql-action (v4.37.7). (.github/workflows/labeler.yaml, .github/workflows/semver-major-minor.yaml, .github/workflows/test-hack.yaml, .github/workflows/update-protobuf.yaml, .github/workflows/_docker-image.yaml, .github/workflows/codeql-analysis.yml) [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]

  • Updated Trivy and CodeQL-related actions to their latest versions in the Docker image scanning workflow for enhanced vulnerability scanning and reporting. (.github/actions/scan-docker-image/action.yaml) [1] [2]

Documentation and Template Updates

  • Updated version references for Go, Docker, Helm, and Faiss in issue and pull request templates to reflect the latest supported versions. (.github/ISSUE_TEMPLATE/bug_report.md, .github/ISSUE_TEMPLATE/security_issue_report.md, .github/PULL_REQUEST_TEMPLATE.md) [1] [2] [3]

Generated Code Updates

  • Regenerated gRPC Go files to use protoc-gen-go v1.36.12 (was v1.36.11), ensuring generated code is up-to-date with the latest tooling. (apis/grpc/v1/agent/core/agent.pb.go, apis/grpc/v1/agent/sidecar/sidecar.pb.go, apis/grpc/v1/discoverer/discoverer.pb.go, apis/grpc/v1/filter/egress/egress_filter.pb.go, apis/grpc/v1/filter/ingress/ingress_filter.pb.go, apis/grpc/v1/meta/meta.pb.go, apis/grpc/v1/mirror/mirror.pb.go, apis/grpc/v1/payload/payload.pb.go, apis/grpc/v1/rpc/errdetails/error_details.pb.go, apis/grpc/v1/rpc/stats/stats.pb.go) [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]

Related Issue

Versions

  • Vald Version: v1.7.17
  • Go Version: v1.26.5
  • Rust Version: v1.97.1
  • Docker Version: v29.6.2
  • Kubernetes Version: v1.36.3
  • Helm Version: v4.2.3
  • NGT Version: v2.7.4
  • Faiss Version: v1.14.3

Checklist

Special notes for your reviewer

Summary by CodeRabbit

  • Documentation

    • Expanded API reference descriptions for agent, discoverer, filter, mirror, statistics, indexing, search, and vector-management services.
    • Clarified schema metadata for search and filtering options.
  • Chores

    • Updated development environment version references across issue and pull request templates.
    • Refreshed build, security scanning, code analysis, labeling, and workflow tooling.
    • Enabled SBOM scanning configuration for container builds.
    • Updated Go toolchain and module versions across the project and example client.

* Update dependencies

Signed-off-by: kpango <kpango@vdaas.org>

* Update codeql-autobuild to unify versions

---------

Signed-off-by: kpango <kpango@vdaas.org>
Co-authored-by: Matts966 <matts966@vdaas.org>
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 14, 2026

Copy link
Copy Markdown

Deploying vald with  Cloudflare Pages  Cloudflare Pages

Latest commit: e7d2564
Status: ✅  Deploy successful!
Preview URL: https://1295d6dd.vald.pages.dev
Branch Preview URL: https://backport-release-v1-7-refact-kufn.vald.pages.dev

View logs

@vdaas-ci

Copy link
Copy Markdown
Collaborator Author

[CHATOPS:HELP] ChatOps commands.

  • 🙆‍♀️ /approve - approve
  • 🍱 /format - format codes and add licenses
  • /gen-test - generate test codes
  • 🏷️ /label - add labels
  • 🔚 2️⃣ 🔚 /label actions/e2e-v2 - run E2E deploy & integration test (tests/v2/e2e)

@coderabbitai

coderabbitai Bot commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

🗂️ Base branches to auto review (1)
  • main

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 6ff2a33c-d6bf-4367-a9f2-22557a867cf1

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

…e/deps

Signed-off-by: datelier <57349093+datelier@users.noreply.github.com>
@datelier
datelier merged commit 8a00c78 into release/v1.7 Aug 26, 2026
176 of 185 checks passed
@datelier
datelier deleted the backport/release/v1.7/refactor/update/deps branch August 26, 2026 05:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment